From 44ade5b4edb762be514548f46aa4a7314b6889b3 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 22 Nov 2000 10:37:31 +0000 Subject: [PATCH] (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define. --- src/s/sol2-5.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h index 8b44a130149..9931e97d375 100644 --- a/src/s/sol2-5.h +++ b/src/s/sol2-5.h @@ -1,14 +1,5 @@ /* Handle Solaris 2.5. */ -/* Enable large-file support if available (Solaris 2.6 and later). - Do this before including any system include file. */ -#ifndef _LARGEFILE_SOURCE -#define _LARGEFILE_SOURCE 1 -#endif -#ifndef _FILE_OFFSET_BITS -#define _FILE_OFFSET_BITS 64 -#endif - #include "sol2-4.h" /* -lgen is needed for the regex and regcmp functions -- 2.30.2